 |
 |
 |
 |
#142879 - 11/11/01 01:55 PM
Re: [6.2x] UBB -> Digichat Member Integration Beta 1.2
|
Member
Registered: 02/21/00
Posts: 5533
Loc: My Room
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#142880 - 11/11/01 02:27 PM
Re: [6.2x] UBB -> Digichat Member Integration Beta 1.2
|
Admin / Code Breaker
Registered: 03/24/01
Posts: 7396
|
I got it to work in my board: 1. I didn't use form_data at all, just "%DATA = map{$_ => param($_)} param(); #map is your friend!" (it was commented before). 2. $user_number = &GetUserNumber($user); - notice $user_number and $user. 3. if ($user_number ne "") { - since $ProfileNumber doesn't exist, see #2. 4. @user_profile = &OpenProfile("$user_number"); - without .cgi 5. $pubname = &GetPubName($user_number); - get public name. 6. <PARAM NAME="nickname" VALUE="$pubname"> I think that's all  good job, demo: http://www.lkubb.dns2go.com/?ubb=digichat .
_________________________
My Hacks Page (will be back with UBB 7!) UBBDev - We put the class into UBB.classic!
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#142883 - 11/11/01 03:16 PM
Re: [6.2x] UBB -> Digichat Member Integration Beta 1.2
|
Member
Registered: 02/21/00
Posts: 5533
Loc: My Room
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#142888 - 11/11/01 07:58 PM
Re: [6.2x] UBB -> Digichat Member Integration Beta 1.2
|
Member
Registered: 02/21/00
Posts: 5533
Loc: My Room
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#142892 - 11/12/01 08:48 PM
Re: [6.2x] UBB -> Digichat Member Integration Beta 1.2
|
Member
Registered: 02/21/00
Posts: 5533
Loc: My Room
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#142903 - 11/29/01 12:41 PM
Re: [6.2x] UBB -> Digichat Member Integration Beta 1.2
|
I type Like navaho
Registered: 03/10/00
Posts: 25580
Loc: Texas
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#142909 - 12/01/01 01:56 AM
Re: [6.2x] UBB -> Digichat Member Integration Beta 1.2
|
Admin / Code Breaker
Registered: 03/24/01
Posts: 7396
|
In the end of $MainButtonsLine (ubb_lib.cgi) line, add: | <a href="$vars_config{CGIURL}/digichat.cgi?UserName=$username&Password=$password">digichat</a> If you don't want it to say the username/password, you can use my login that I posted before: In ultimatebb.cgi Then, use: | <a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=digichat">digichat</a>
_________________________
My Hacks Page (will be back with UBB 7!) UBBDev - We put the class into UBB.classic!
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#142910 - 12/01/01 02:35 AM
Re: [6.2x] UBB -> Digichat Member Integration Beta 1.2
|
Junior Member
Registered: 08/30/00
Posts: 16
Loc: Quantico
|
I think mine is not working becasue I'm using v6.05. Otherwise, I did the following: I edited digichat.cgi and changed the CODEBASE line to reflect the correct server. The CODE line was the same, so I didn't change it. I also didn't find what was referred to as <PARAM NAME="port" VALUE="XXXX">, as there was no port parameter being used that noticed in my current html code. I tried using the link of: http://www.....com/cgi-bin/ultimatebb.cgi?ubb=digichat And the username and password appears properly. But when I click submit, I get a "The page cannot be displayed" message, and the page is titled HTTP 500 Internal Server Error. How can I change the program to have it work with v6.05? I would really appreciate this help Any ideas? Thanks. <font color="#000000" size="1">[ 12-01-2001 02:50 AM: Message edited by: LtUSMC ]</font>
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#142911 - 12/01/01 07:20 AM
Re: [6.2x] UBB -> Digichat Member Integration Beta 1.2
|
Member
Registered: 02/21/00
Posts: 5533
Loc: My Room
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#142915 - 01/31/02 07:50 AM
Re: [6.2x] UBB -> Digichat Member Integration Beta 1.2
|
Member
Registered: 02/21/00
Posts: 5533
Loc: My Room
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#142922 - 03/01/02 08:11 AM
Re: [6.2x] UBB -> Digichat Member Integration Beta 1.2
|
Junior Member
Registered: 05/14/01
Posts: 10
|
Hi LK Have you managed to call the digichat.cgi directly without using a form. You seem to say that you can in a earlier note, but I don't understand what to change.  I have the form version working with my board thanks to your later note. Any ideas on how you could login to DigiChat when you are not already logged into UBB? At present it logs you into UBB then takes you to the forums. I would be very grateful for any hints on how to get that to work. I am now looking at the buddies capability in DigiChat. I think It should be possible to interface it quite neatly with UBB. I am going to attempt to write some code and will post it here if anyone is interested. Cheers Websorceror
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#142926 - 03/05/02 07:15 AM
Re: [6.2x] UBB -> Digichat Member Integration Beta 1.2
|
Junior Member
Registered: 05/14/01
Posts: 10
|
Hi Greg and LK, I have been testing the digichat hack over the past few days and have found one small bug, so far (pretty good for beta software  ). If you access the chat using Netscape it fails with a file not found, this is because the case on the client.jar is wrong. Literally only changing the uppercase "C" to lowercase will fix the fault. Find (in digichat.cgi) ARCHIVE="Client.jar" Change to ARCHIVE="client.jar" I have also found if I use LK's cookie code that it can let people through who do not have post access under some circumstances when calling the hack directly. I have written a small patch to fix the problem and will post it when i have tested it works correctly. Thanks for the great hack it has allowed me to really integrate Digichat in with my UBB membership in record time. Greg are you still intending to release v2.0, if so could you give any clues as to what it will contain? Cheers Websorceror
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#142935 - 07/01/02 04:02 AM
Re: [6.2x] UBB -> Digichat Member Integration Beta 1.2
|
Junior Member
Registered: 04/21/01
Posts: 18
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#318877 - 08/01/11 08:19 AM
Re: [6.2x] UBB -> Digichat Member Integration Beta 1.2
[Re: Greg Hard]
|
I type Like navaho
Registered: 03/10/00
Posts: 25580
Loc: Texas
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|